.cookie-popup {
	position: fixed;
	display: block;
	width: 100%;
	background: #000000;
	padding: 0px;
	color: #ffffff;
	bottom: 0px;
	border-top: 1px solid rgb(170, 170, 170);
	z-index: 20200625;
	font-color: #ffffff;	
	text-align: center;
	margin: 0px 0px;

}
.cookie-acceptbutton {
	background: #000000;
	border: 1px solid white; /* Green */	  
	width:65;
	height:26;
	color :#ffffff;
	padding: 2px 2px;
	font-size: 14px;
	position: relative;
	top:1px;
}
.cookie-message {
	display: block;
	margin: 12px 12px 12px 12px;
	text-align: center;
	color: #ffffff;
	font-size: 14px !important;
}